home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / startstu.dxr / 00002_Jump to Student Movie.ls next >
Encoding:
Text File  |  1997-07-28  |  521 b   |  9 lines

  1. on enterFrame
  2.   if the machineType = 256 then
  3.     set the searchPath to ["c:\swdrmov\", "d:\swdrmov\", "e:\swdrmov\", "f:\swdrmov\", "g:\swdrmov\", "h:\swdrmov\", "i:\swdrmov\", "j:\swdrmov\", "k:\swdrmov\", "l:\swdrmov\", "m:\swdrmov\", "n:\swdrmov\", "o:\swdrmov\", "p:\swdrmov\", "q:\swdrmov\", "r:\swdrmov\", "s:\swdrmov\", "t:\swdrmov\", "u:\swdrmov\", "v:\swdrmov\", "w:\swdrmov\", "x:\swdrmov\", "y:\swdrmov\", "z:\swdrmov\"]
  4.   else
  5.     set the searchPath to ["SWDR_1:swdrmov"]
  6.   end if
  7.   go(1, "Student.dxr")
  8. end
  9.